javaGenerateModuleMethodsForPackage

It would pretty much work as if extern(Java) existed. Generates the java side names function definitions for functions marked with @JavaFunc Don't yet support functions with underlines (I think that the mangling is _1, but need to test)

version(Android)
mixin template javaGenerateModuleMethodsForPackage (
alias javaPackage
alias module_
bool showGeneration = false
) {}

Meta